Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EZP-29101: Implement permissions for Content Types #549

Merged
merged 1 commit into from
Jun 29, 2018

Conversation

mikadamczyk
Copy link
Contributor

Question Answer
Tickets https://jira.ez.no/browse/EZP-29101
Bug fix? no
New feature? yes
BC breaks? no
Tests pass? yes
Doc needed? no
License GPL-2.0

screen shot 2018-06-28 at 3 36 18 pm

screen shot 2018-06-28 at 3 36 38 pm

screen shot 2018-06-28 at 3 36 46 pm

screen shot 2018-06-28 at 3 37 09 pm

screen shot 2018-06-28 at 3 37 20 pm

Checklist:

  • Coding standards ($ composer fix-cs)
  • Ready for Code Review

title="{{ 'content_type_group.view.list.action.edit'|trans|desc('Edit') }}"
href="{{ edit_url }}"
class="btn btn-icon mx-3">
<svg class="ez-icon ez-icon-edit">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can remove the ez-icon-edit class name. It's not defined anywhere in CSS.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sunpietro fixed

title="{{ 'content_type.view.list.action.add'|trans|desc('Create a Content Type') }}"
class="btn btn-primary">
<svg class="ez-icon ez-icon-create">
<use xmlns:xlink="http://www.w3.org/1999/xlink"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This part: xmlns:xlink="http://www.w3.org/1999/xlink" is not needed at all.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please, fix it in other places as well

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sunpietro fixed. As we discussed I will make another PR for other places.

Copy link
Contributor

@m-tyrala m-tyrala left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

QA approve

@m-tyrala m-tyrala removed their assignment Jun 29, 2018
@lserwatka lserwatka merged commit fea64c9 into ezsystems:master Jun 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

6 participants